home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 14 / CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso / CUCD / Graphics / WildFire / WildFireFPU / Bonus / draggadget.lha / draggadget_r0.8 / clib / drag_protos.h < prev   
Encoding:
C/C++ Source or Header  |  1997-06-16  |  340 b   |  13 lines

  1. #ifndef CLIB_DRAG_PROTOS_H
  2. #define CLIB_DRAG_PROTOS_H
  3.  
  4. /* $VER: drag_protos.h 40.1 (16.7.96)
  5. */
  6.  
  7. APTR CreateDContext(struct Screen *scr);
  8. void DeleteDContext(APTR dcontext);
  9. APTR AddDropWindow(APTR dcontext, ULONG id, ULONG userdata,
  10.                    struct Window *win, struct MsgPort *port);
  11. void RemoveDropWindow(APTR dropwin);
  12. #endif
  13.